KiteCore
Toggle table of contents
0.1.0
Guide
GitHub
js
Target filter
js
Switch theme
Search in API
Skip to content
KiteCore
kitecore
/
io.github.yuroyami.kitecore
/
[js]runInWorker
run
In
Worker
js
suspend
fun
runInWorker
(
jobJs
:
String
,
payload
:
String
)
:
String
Builds a worker, runs
payload
through
jobJs
, and then closes the worker.